home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / GFX / DLLDef
Text File  |  1995-04-04  |  316b  |  34 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "GFX"
  6.   version 1.00
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   GFX_Wait
  14.   GFX_Rectangle
  15.   GFX_Write0
  16.   GFX_VDU
  17.   GFX_CLG
  18.   GFX_WriteN
  19.   GFX_Plot
  20. }
  21.  
  22. ; --- Object files ---
  23.  
  24. objects
  25. {
  26.   o.Plot
  27.   o.CLG
  28.   o.VDU
  29.   o.WriteN
  30.   o.Rectangle
  31.   o.Write0
  32.   o.Wait
  33. }
  34.